home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ocx_dl1a / quickreg.reg
Windows Registry Data  |  1999-08-26  |  1KB  |  58 lines

  1. REGEDIT4
  2.  
  3. #OCX Quick Register
  4. [HKEY_CLASSES_ROOT\.ocx]
  5. @="ocxfile"
  6.  
  7. [HKEY_CLASSES_ROOT\ocxfile]
  8.  
  9. [HKEY_CLASSES_ROOT\ocxfile\DefaultIcon]
  10. @="%SystemRoot%\\System32\\SHELL32.dll,21"
  11.  
  12. [HKEY_CLASSES_ROOT\ocxfile\shell]
  13. @="OCX File"
  14.  
  15. [HKEY_CLASSES_ROOT\ocxfile\shell\Register]
  16.  
  17. [HKEY_CLASSES_ROOT\ocxfile\shell\Register\Command]
  18. @="RegSvr32 %1"
  19.  
  20. [HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister]
  21.  
  22. [HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister\Command]
  23. @="RegSvr32 /u %1"
  24.  
  25. #DLL Quick Register
  26. [HKEY_CLASSES_ROOT\.dll]
  27. @="dllfile"
  28.  
  29. [HKEY_CLASSES_ROOT\dllfile]
  30.  
  31. [HKEY_CLASSES_ROOT\dllfile\DefaultIcon]
  32. @="%SystemRoot%\\System32\\SHELL32.dll,21"
  33.  
  34. [HKEY_CLASSES_ROOT\dllfile\shell]
  35. @="DLL File"
  36.  
  37. [HKEY_CLASSES_ROOT\dllfile\shell\Register]
  38.  
  39. [HKEY_CLASSES_ROOT\dllfile\shell\Register\Command]
  40. @="RegSvr32 %1"
  41.  
  42. [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister]
  43.  
  44. [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\Command]
  45. @="RegSvr32 /u %1"
  46.  
  47. #EXE Quick Register
  48.  
  49. [HKEY_CLASSES_ROOT\exefile\shell\Register]
  50.  
  51. [HKEY_CLASSES_ROOT\exefile\shell\Register\Command]
  52. @="%1 /REGSERVER"
  53.  
  54. [HKEY_CLASSES_ROOT\exefile\shell\UnRegister]
  55.  
  56. [HKEY_CLASSES_ROOT\exefile\shell\UnRegister\Command]
  57. @="%1 /UNREGSERVER"
  58.